home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / Misc / DXErr / readme.txt < prev    next >
Text File  |  2001-10-10  |  775b  |  24 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: DXErr Sample
  4. // 
  5. // Copyright (c) 2000-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   The DXErr sample allows users to enter a numerical HRESULT and get back
  13.   the string equivalent as well as its description.  For example, entering 
  14.   0x8878000a will return 
  15.         HRESULT: DSERR_ALLOCATED
  16.         Description: The call failed because resources (such as a priority 
  17.         level) were already being used by another caller.
  18.     
  19. Path
  20. ====
  21.   Source: DXSDK\Samples\Multimedia\Misc\DXErr
  22.  
  23.   Executable: DXSDK\Samples\Multimedia\DXErr\Bin
  24.